projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3605bc
)
pixelcache: squash warnings introduced by previous commits
author
Christian Hergert
<christian@hergert.me>
Sun, 13 Sep 2015 20:40:57 +0000
(13:40 -0700)
committer
Christian Hergert
<christian@hergert.me>
Sun, 13 Sep 2015 20:41:19 +0000
(13:41 -0700)
gtk/gtkpixelcache.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpixelcache.c
b/gtk/gtkpixelcache.c
index 55d977e9d76256ffa3388a8aac03ab486474d5b0..6661f3d0074c51869d6b04b4c133e847ec13bf2a 100644
(file)
--- a/
gtk/gtkpixelcache.c
+++ b/
gtk/gtkpixelcache.c
@@
-19,6
+19,7
@@
#include "gtkdebug.h"
#include "gtkpixelcacheprivate.h"
+#include "gtkstylecontextprivate.h"
#define BLOW_CACHE_TIMEOUT_SEC 20
@@
-186,8
+187,6
@@
_gtk_pixel_cache_create_surface_if_needed (GtkPixelCache *cache,
cairo_rectangle_int_t rect;
int surface_w, surface_h;
cairo_content_t content;
- cairo_pattern_t *bg;
- double red, green, blue, alpha;
#ifdef G_ENABLE_DEBUG
if (GTK_DEBUG_CHECK (NO_PIXEL_CACHE))